NavigationStateAction

sealed class NavigationStateAction : Action

Defines actions responsible to mutate the NavigationState.

Types

Update
Link copied to clipboard
data class Update(state: NavigationState) : NavigationStateAction
The action update the NavigationState for the screen.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

NavigationStateAction
Link copied to clipboard